home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 227_01 / xxhr.h < prev   
Text File  |  1988-02-07  |  896b  |  26 lines

  1. /*
  2.  *     x x h r . h
  3.  *    -----------
  4.  *    Low-level driver for the Elsa PC XHR - DXHR and XXHR vector
  5.  *    graphics board.
  6.  *    Only very little features of this boards are supported, so this
  7.  *    low-level driver is in fact only useful for tests. Expand it, if
  8.  *    you like to use this boards.
  9.  */
  10.  
  11. /*
  12.  * definiton of hardware-dependent constants:
  13.  */
  14. #define GREEN    1            /* color green */
  15. #define MAX_X    1280            /* Num. x-pixel */
  16. #define MAX_Y    1024            /* Num. y-pixel */
  17. #define X_LOW    0            /* lowest x valid coordinate */
  18. #define X_HIGH   1279            /* highest x valid coordinate */
  19. #define Y_LOW    0            /* lowest y valid coordinate */
  20. #define Y_HIGH   1023            /* highest y valid coordinate */
  21. #define XXHRGRAF 1            /* XXHR library */
  22.  
  23. #define    XXHRINT  0x64            /* driver interrupt        */
  24.  
  25. #define    exitgraf(x)
  26.